Micron Document
Fox's Git Mirrors

Commit cd23e2e055939b77b679e5ad0c62ce4721be0e73


Parents : 5f40d6a
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-06-04T02:51:49+02:00

Mods

Changes

1 files changed, 1 insertions(+), 1 deletions(-)

M setup.py +1 -1

Diff

diff --git a/setup.py b/setup.py
index f8d1bf3..19f60c6 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ ext_modules = [
# Not including this line, will cause an error upon using pycodec2:
# > ImportError: dlopen(/Users/grzesiek/Code/pycodec2-202310/build/lib.macosx-13.3-arm64-cpython-311/pycodec2.cpython-311-darwin.so, 0x0002):
# > symbol not found in flat namespace '_codec2_700c_eq'
- # libraries=["codec2"]
+ libraries=["codec2"]
)
]

Served by rngit 1.5.0 - Generated in 0.03s